home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-09-30 | 2.2 KB | 62 lines | [TEXT/MPS ] |
- #
- # Apple Macintosh Developer Technical Support
- #
- # MultiFinder-Aware Simple Styled TextEdit Sample Application
- #
- # TEStyleSample
- #
- # PTEStyleSample.make - Make Source
- #
- # Copyright © 1989 Apple Computer, Inc.
- # All rights reserved.
- #
- # Versions: 1.0 10/89
- #
- # Components: TEStyleSample.p October 1, 1989
- # TEStyleSampleGlue.a October 1, 1989
- # TEStyleSample.r October 1, 1989
- # TEStyleSample.h October 1, 1989
- # PTEStyleSample.make October 1, 1989
- #
- # TEStyleSample is an example application that demonstrates how
- # to initialize the commonly used toolbox managers, operate
- # successfully under MultiFinder, handle desk accessories and
- # create, grow, and zoom windows. Both styled and fundamental TextEdit
- # toolbox calls and TextEdit autoscroll are demonstrated. It
- # also shows how to create and maintain scrollbar controls as well
- # as implementing a basic printing loop.
- #
- # It does not by any means demonstrate all the techniques you
- # need for a large application. In particular, TEStyleSample does not
- # cover exception handling, multiple windows/documents,
- # sophisticated memory management, or undo. All of
- # these are vital parts of a normal full-sized application.
- #
- # This application is an example of the form of a Macintosh
- # application; it is NOT a template. It is NOT intended to be
- # used as a foundation for the next world-class, best-selling,
- # 600K application. A stick figure drawing of the human body may
- # be a good example of the form for a painting, but that does not
- # mean it should be used as the basis for the next Mona Lisa.
- #
- # We recommend that you review this program, TESample or Sample before
- # beginning a new application. TESample is a simpler version of TEStyleSample
- # without styles and Sample is a simple app. which doesn’t
- # use TextEdit or the Control Manager.
- #
-
- PObjs = TEStyleSample.p.o ∂
- TEStyleSampleGlue.a.o ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{PLibraries}"PasLib.o
-
- PTEStyleSample ƒƒ {PObjs} PTEStyleSample.make
- Link -o {Targ} {PObjs}
- SetFile {Targ} -t APPL -c 'MOOT' -a B
-
- PTEStyleSample ƒƒ TEStyleSample.r TEStyleSample.h PTEStyleSample.make
- Rez -rd -append -o {Targ} TEStyleSample.r
-
- TEStyleSample.p.o ƒƒ TEStyleSample.p PTEStyleSample.make
-